home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 441_01 / vgaedit.tec < prev   
Text File  |  1993-05-09  |  1KB  |  19 lines

  1. THE VGA EDITOR 1.30 -- TECHNICAL NOTES                              (05/10/93)
  2.  
  3. This graphics editor employs a super-fast real-time compression algorithm that
  4. saves an average of 60% memory over no compression (I developed this
  5. algorithm).  This means that more images can be drawn before memory limits are
  6. reached, and the file sizes of images are significantly smaller.  And the
  7. slowdown is almost insignificant.
  8.  
  9. When animating all of the frames, there is a teeny bit of flicker.  With this
  10. writing, I am designing flicker-free animation routines that employ true
  11. 32-bit image processing (no Local Bus required!).  Registered users will
  12. receive the updated version with flicker-free animation (when it becomes
  13. available) and any other improvement I will make (and there will be a lot).
  14.  
  15. The available assembler source code (8000+ lines) for $25.00 fully documents
  16. these routines, among all of the others.  Look for the file !BESTxxx.ZIP,
  17. where xxx represents the version.  As this writing, the newest version is
  18. BESTC125.ZIP.
  19.